From: Timo Röhling Date: Thu, 22 Jun 2023 08:57:51 +0000 (+0200) Subject: Do not overwrite debianized ImportExecutables X-Git-Tag: archive/raspbian/1.9.25+dfsg3-3+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css//%22node%24level1.%24level2.html/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.%24level2.html/%22?a=commitdiff_plain;h=77c3f5309013a9a8b04f59cf06b44611f8d5c58e;p=filament.git Do not overwrite debianized ImportExecutables Forwarded: not-needed Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8de76e3..69772d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -673,10 +673,6 @@ if (IS_HOST_PLATFORM) add_subdirectory(${TOOLS}/specular-color) endif() -# Generate exported executables for cross-compiled builds (Android, WebGL, and iOS) -if (NOT CMAKE_CROSSCOMPILING) - export(TARGETS matc cmgen filamesh mipgen resgen glslminifier FILE ${IMPORT_EXECUTABLES}) -endif() include(CMakePackageConfigHelpers) configure_package_config_file(debian/cmake/package-config.cmake.in filamentConfig.cmake